/* Styles */
.content a {
	text-decoration: underline;
	color: #336699;
	}

img { border:0px; }

#mainmenu, #mainmenu a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	}

td, td a, body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3C3C;
	text-decoration: none;
	line-height: 1.5;
	}

h1
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #003b76;
	text-decoration: none;
	}

h2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003b76;
	text-decoration: none;
	}

h3
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003b76;
	text-decoration: none;
	margin-bottom: 0px;
	}

hr
	{
	border: none 0; 
	border-top: 2px solid #95B8D5;
	height: 1px;
	}

.form
	{
	width: 275px;
	margin-left: 125px;
	}

.formlabel
	{
	display: table;	
	}

.formfield_large
	{
	width: 275px;
	}

.formfield_small
	{
	width: 100px;
	}

.form table
	{
	width:275px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	}
.formbutton_send input
	{
	margin-top: 15px;
	}
.formbutton_reset
	{
	visibility:hidden;
	}

input
	{
	border: 1px solid #7ea3d0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	font-weight: bold;
	color: #003b76;
	}

textarea
	{
	border: 1px solid #7ea3d0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	font-weight: bold;
	color: #003b76;
	}

select
	{
	border-top: #7ea3d0 1px solid;
	border-bottom: #7ea3d0 1px solid;
	border-left: #7ea3d0 1px solid;
	border-right: #7ea3d0 1px solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	font-weight: bold;
	color: #003b76;
	}

.activelink
	{
	text-decoration: underline;
	}

.error
	{
	color: #FF0000;
	}

/* Submenu style */
#navigation ul {
	margin:0px;
	padding:0px;
	list-style:none;
	}

#navigation a {
	font-weight:bold;
	color:#003b76;
	}

#navigation a:hover {
	background-color:#2c6096;
	color:#FFFFFF;
	}

#navigation ul li a {
	width:110px;;
	display:block;
	border:1px solid #003b76;
	padding:4px;
	margin-bottom:2px;
	}

#navigation ul li ul li a {
	width:100px;
	margin-left: 10px;
}

#navigation a.activelink {
	background-color:#003b76;
	color:#FFF;
	text-decoration: none;
	}


/* Content layout elements  */
#header
	{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 805px;
	height: 115px;
	margin-left: -402px;
	}
#headerimage
	{
	position: absolute;
	left: 50%;
	top: 115px;
	width: 828px;
	height: 150px;
	margin-left: -414px;
	}
#mainmenu
	{
	position: absolute;
	left: 50%;
	top: 265px;
	width: 815px;
	height: 22px;
	margin-left: -407px;
	background-image: url(/images/layout/navibalk.jpg);
	}
#content
	{
	position: absolute;
	left: 50%;
	top: 310px;
	width: 820px;
	height: 22px;
	margin-left: -410px;
	}

/* Basic layout elements  */
#wrapper
	{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 862px;
	height: 100%;
	margin-left: -431px;
	background-color: #FFFFFF;
	z-index: 2;
	}
#bgleft
	{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-color: #2C6096;
	z-index: 1;
	}
#bgright
	{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 50%;
	height: 100%;
	margin-left: -1px;
	background-color: #E2E65E;
	z-index: 1;
	}
#rightgradient
	{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 10px;
	height: 100%;
	margin-left: 431px;
	background-image: url(/images/layout/bg-gradient.png);
	background-position: left;
	background-repeat: repeat-y;
	z-index: 2;
	}

body
	{
	padding: 0px;
	margin: 0px;
	}
